Options:
a. ArrayList class extends AbstractList class and implements the List interface
b. ArrayList supports dynamic array that can grow as needed
c. ArrayLists are synchronized.
d. It can coontain Duplicate elements and maintains the insertion order
Reveal Answer